home *** CD-ROM | disk | FTP | other *** search
/ APDL Eductation Resources / APDL Eductation Resources.iso / programs / astronomy / skyview / !SkyView / !Run < prev    next >
Encoding:
Text File  |  1993-01-19  |  612 b   |  24 lines

  1. |
  2. |  !Run file for SkyView
  3. |
  4. If "<System$Path>" = "" then Error 0 System resources cannot be found
  5.  
  6. WimpSlot -min 64k -max 64k
  7. Run <Obey$Dir>.!Boot
  8.  
  9. RMEnsure SharedCLibrary 0    RMLoad System:Modules.Clib
  10. RMEnsure SharedCLibrary 3.66 Error You need Clib 3.66 or later
  11.  
  12. RMEnsure FPEmulator  0       RMLoad System:Modules.FPEmulator
  13.  
  14. RMEnsure ColourTrans 0       RMLoad System:Modules.Colours
  15.  
  16. RMEnsure Draw 1.01           Error 0 Draw module not present
  17.  
  18. RMEnsure FontManager 0.00    Error 0 FontManager module not present
  19.  
  20. WimpSlot -min 320k -max 320k
  21.  
  22. Set SkyView$Dir <Obey$Dir>
  23. Run <SkyView$Dir>.!RunImage %*0
  24.